This structure contains specifications for formatting selected report sections. This information is used by the methods CRPEJob::GetReportOptions, and CRPEJob::SetReportOptions.
Specifies whether to convert Date/Time format to another format. Use one of the following constants or PEP_UNCHANGED. | ||
Constant | Description | |
Specifies whether to convert NULL parameter fields to their default values. | ||
Specifies whether to allow the print engine to pop up error messages to the screen from an application without the user's intervention. | ||
Specifies whether to perform a case insensitive search for SQL data. | ||
Specifies whether to perform database verification for every print job. | ||
Use one of the PEP_ZOOM_XXX Zoom Constants or PEP_UNCHANGED. | ||
Specifies whether there is a group tree associated with the report. | ||
Specifies the prompt mode. Uses Report Prompt Option Constants. | ||
This constructs a CRPEReportOptions structure object. Call the constructor with no parameters to allow the Class Library to initialize all member variables with default values. Pass parameters to the constructor to assign specific values to each member variable.
CRPEReportOptions (
short saveDataWithReport,
short saveSummariesWithReport,
short useIndexForSpeed,
short translateDOSStrings,
short translateDOSMemos,
short convertDateTimeType,
short convertNullFieldToDefault,
short morePrintEngineErrorMessages,
short caseInsensitiveSQLData,
short verifyOnEveryPrint,
short zoomMode,
short hasGroupTree,
short dontGenerateDataForHiddenObjects,
short performGroupingOnServer,
short doAsyncQuery,
short promptMode,
short selectDistinctRecords,
short wysiwygMode );
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |